home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Format CD 46
/
Amiga Format CD46 (1999-10-20)(Future Publishing)(GB)[!][issue 1999-12].iso
/
-serious-
/
programming
/
other
/
tandem
/
teaching
/
20.i
< prev
next >
Wrap
Text File
|
1999-09-06
|
252b
|
11 lines
* Teaching/16.i (to demonstrate INCLUDE)
xref _LVODisplayBeep
* beep the screen (intuition.library must already be in intbase)
Beep:
move.l intbase,a6
sub.l a0,a0 ;a0=0 to beep all screens
jsr _LVODisplayBeep(a6) ;beep screens
rts